home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-MIPS / MD.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  371b  |  15 lines

  1. /* $Id: md.h,v 1.1 1998/08/17 10:20:14 ralf Exp $
  2.  *
  3.  * This file is subject to the terms and conditions of the GNU General Public
  4.  * License.  See the file "COPYING" in the main directory of this archive
  5.  * for more details.
  6.  */
  7. #ifndef __ASM_MD_H
  8. #define __ASM_MD_H
  9.  
  10. /* #define HAVE_ARCH_XORBLOCK */
  11.  
  12. #define MD_XORBLOCK_ALIGNMENT    sizeof(long)
  13.  
  14. #endif /* __ASM_MD_H */
  15.